
networks:
    - { description: 'Bonded Interface', interface: 'eth0', mac: 'ff:ff:ff:ff:ff:f1' }
    - { description: 'Bonded Interface', interface: 'eth1', mac: 'ff:ff:ff:ff:ff:f2' }
    - { description: 'Unconfigured Interface', interface: 'eth2', mac: 'ff:ff:ff:ff:ff:f3' }
    - { description: 'Unconfigured Interface', interface: 'eth3', mac: 'ff:ff:ff:ff:ff:f4' }
    - { description: 'Bonded Interface', interface: 'eth4', mac: 'aa:aa:aa:aa:aa:a1' }
    - { description: 'Bonded Interface', interface: 'eth5', mac: 'aa:aa:aa:aa:aa:a2' }
    - { description: 'Bonded Interface', interface: 'eth6', mac: 'aa:aa:aa:aa:aa:a3' }
    - { description: 'Bonded Interface', interface: 'eth7', mac: 'aa:aa:aa:aa:aa:a4' }
    - { description: 'Public Interface', interface: 'bond1', mac: 'ff:ff:ff:ff:ff:f1', ip: '20.20.20.10', netmask: '255.255.255.0', network: '20.20.20.0', gateway: '20.20.20.1', slaves: ['eth0', 'eth1'], bond_mode: '1' }
    - { description: 'Local Interface', interface: 'bond0', mac: 'aa:aa:aa:aa:aa:a1', ip: '10.10.10.1', netmask: '255.255.255.0', network: '10.10.10.0', slaves: ['eth4', 'eth5', 'eth6', 'eth7'], bond_mode: '4', route: 'yes' }

networks_ipv6:
    - { interface: 'bond0', ip: '1111:2222:3333:4444::5555:6666:7777', netmask: '64', gateway: '2222::3333:4444:5555:6666' }
    - { interface: 'bond1', ip: '9999:8888:7777::6666:5555:4444', netmask: '64' }

custom_routes:
    - { dest_network: '30.30.30.0', dest_netmask: '255.255.255.0', gateway: '20.20.20.1', interface: 'bond1' }